home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global oTextScroller, gModeState, gScrollIncrK
- set vloc to the mouseV
- set vloc to the mouseH
- if gModeState = #CHRO then
- if the mouseV > the locV of sprite 34 then
- set vDirection to 1
- else
- set vDirection to -1
- end if
- mScrollMe(oTextScroller, 13 * vDirection)
- else
- mTextSliderPage(oTextScroller, #page)
- end if
- end
-